home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / userbox / publicdomain / correctname / correctname.doc < prev    next >
Text File  |  1996-05-01  |  1KB  |  28 lines

  1.  
  2.                                             /
  3.                                CorrectName / by Thomas Igracki
  4.                             ______________/
  5.  
  6.  
  7. This small program gets the right "spelling" of a file (or directory).
  8.  
  9. For  example,  if  you  had  a  file  called  "ThisIsMyFile" in the current
  10. directory  and want to copy it (or whatever) to a different device by doing
  11. this:  >copy thisismyfile ram:<.
  12.  
  13. Then normaly a file called "thisismyfile" will be created in "ram:".
  14. But if you use:  >copy `correctname thisismyfile` ram:<, then a file called
  15. "ThisIsMyFile"  will  be  created  in  "ram:"  (if it was created so on the
  16. source device). See what I mean?
  17.  
  18.  
  19. Usage: CorrectName FileName/A,FP=FilePart/S,Err=ShowErrors/S
  20.  
  21.  "FileName" must be used and specifies the filename.
  22.  
  23.  "FP=FilePart" is optional. If used, only the filename w/o path
  24.  is printed else filename with full path will be printed!
  25.  
  26.  "Err=ShowErrors" is optional. If set on startup error-msgs will
  27.  be printed, else the old (the given) filename will be returned!
  28.